home *** CD-ROM | disk | FTP | other *** search
- /*
- ** Message Window Icon
- */
-
- const ULONG msgicon_colors[48] =
- {
- 0xdfdfdfdf,0xcacacaca,0xcacacaca,
- 0x00000000,0x00000000,0x00000000,
- 0xffffffff,0xffffffff,0xffffffff,
- 0x3d3d3d3d,0x65656565,0xa2a2a2a2,
- 0xa2a2a2a2,0x92929292,0x82828282,
- 0xaeaeaeae,0x4d4d4d4d,0xb2b2b2b2,
- 0xe7e7e7e7,0xaaaaaaaa,0x55555555,
- 0xd6d6d6d6,0x59595959,0x59595959,
- 0x00000000,0x45454545,0x79797979,
- 0x61616161,0x61616161,0x61616161,
- 0x8e8e8e8e,0x8e8e8e8e,0x8e8e8e8e,
- 0xcacacaca,0xb6b6b6b6,0xa2a2a2a2,
- 0x24242424,0x92929292,0x65656565,
- 0xa2a2a2a2,0xa2a2a2a2,0xa2a2a2a2,
- 0xcececece,0xcececece,0xcececece,
- 0xacacacac,0xacacacac,0xacacacac
- };
-
- #define MSGICON_WIDTH 26
- #define MSGICON_HEIGHT 20
- #define MSGICON_DEPTH 4
- #define MSGICON_COMPRESSION 1
- #define MSGICON_MASKING 2
-
- const UBYTE msgicon_body[349] = {
- 0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0x03,0x00,0x1c,0x00,0x00,0x03,0x00,
- 0x22,0x00,0x00,0xfd,0x00,0x03,0x00,0x3e,0x00,0x00,0x03,0x00,0x22,0x00,0x00,
- 0x03,0x00,0x5d,0x00,0x00,0x03,0x00,0x14,0x00,0x00,0x03,0x00,0x75,0x00,0x00,
- 0x03,0x00,0x45,0x00,0x00,0x03,0x00,0x3e,0x00,0x00,0x03,0x00,0x2c,0x00,0x00,
- 0x03,0x00,0x6e,0x00,0x00,0x03,0x00,0x4b,0x00,0x00,0x03,0x00,0x3c,0x00,0x00,
- 0x03,0x00,0x18,0x00,0x00,0x03,0x00,0x5e,0x00,0x00,0x03,0x00,0x57,0x00,0x00,
- 0x03,0x00,0x38,0x00,0x00,0x03,0x00,0x30,0x00,0x00,0x03,0x00,0x7e,0x00,0x00,
- 0x03,0x00,0x2e,0x00,0x00,0x03,0x00,0x51,0x00,0x00,0xfd,0x00,0x03,0x00,0x7d,
- 0x00,0x00,0x03,0x00,0x41,0x00,0x00,0x03,0x00,0xbe,0x80,0x00,0x03,0x00,0x3e,
- 0x00,0x00,0x03,0x00,0xc0,0x80,0x00,0x03,0x00,0x80,0x80,0x00,0x03,0x00,0x5c,
- 0x00,0x00,0x03,0x00,0x7f,0x00,0x00,0x03,0x00,0x80,0x00,0x00,0x03,0x00,0x80,
- 0x80,0x00,0x03,0x00,0x5c,0x00,0x00,0x03,0x00,0x7f,0x00,0x00,0x03,0x00,0x80,
- 0x00,0x00,0x03,0x00,0x80,0x80,0x00,0x03,0x00,0x5c,0x00,0x00,0x03,0x00,0x7f,
- 0x00,0x00,0x03,0x00,0x80,0x00,0x00,0x03,0x00,0x80,0x80,0x00,0x03,0x00,0x5c,
- 0x00,0x00,0x03,0x00,0x7f,0x00,0x00,0x03,0x00,0x80,0x00,0x00,0x03,0x00,0xa3,
- 0x80,0x00,0x03,0x00,0x1c,0x00,0x00,0x03,0x00,0x1c,0x00,0x00,0x03,0x00,0xe2,
- 0x80,0x00,0x03,0x00,0x1d,0x00,0x00,0x03,0x00,0x80,0x80,0x00,0xfd,0x00,0x03,
- 0x00,0xe2,0x80,0x00,0x03,0x00,0x39,0x00,0x00,0x03,0x00,0x38,0x00,0x00,0xfd,
- 0x00,0x03,0x00,0x46,0x00,0x00,0x03,0x00,0x39,0x00,0x00,0x03,0x00,0x38,0x00,
- 0x00,0xfd,0x00,0x03,0x00,0x46,0x00,0x00,0x03,0x00,0x39,0x00,0x00,0x03,0x00,
- 0x38,0x00,0x00,0xfd,0x00,0x03,0x00,0x46,0x00,0x00,0x03,0x00,0x7b,0x00,0x00,
- 0x03,0x00,0x18,0x00,0x00,0xfd,0x00,0x03,0x00,0x45,0x00,0x00,0x03,0x00,0x3e,
- 0x00,0x00,0xfd,0x00,0xfd,0x00,0x03,0x00,0x22,0x00,0x00,0xfd,0x00,0xfd,0x00,
- 0xfd,0x00,0xfd,0x00
- };
-